/* BANNER */
.editais-banner {
  width: 100%;
  height: auto;
  min-height: 10rem;
  display: flex;
  background-image: url('../assets/editais-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.editais-banner .editais-container {
  display: flex;
  align-items: flex-end;
  flex: 1;
}

.editais-banner h1 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 500;
  font-size: 3rem; /* 48px */
  line-height: 3.45rem; /* 55.2px */
  color: var(--white);
  margin-bottom: 1.25rem; /* 20px */
  padding-top: 5rem;
  cursor: default;
}

@media (max-width: 640px) {
  .editais-banner {
    min-height: 6.25rem; /* 100px */
  }

  .editais-banner h1 {
    padding-top: 2.5rem;
    font-size: 1.75rem; /* 28px */
    line-height: 2.0125rem; /* 32.2px */
  }
}
